As mentioned in section height maps from images , the terrain lib has a function to create a display list using triangle strips 正如前面章节从图象到高度图所提到的,地形库有一个函数使用三角形带来创建一个显示列表。
Using triangle strips or triangle fans is often more efficient than using triangle lists because fewer vertices are duplicated 由于使用三角形条带或三角扇形时重复的顶点较少,因此使用它们比使用三角形列表效率更高。